home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / files / maillog.man < prev    next >
Encoding:
Text File  |  1989-02-16  |  2.5 KB  |  65 lines

  1. '\" Copyright 1989 Regents of the University of California
  2. '\" Permission to use, copy, modify, and distribute this
  3. '\" documentation for any purpose and without fee is hereby
  4. '\" granted, provided that this notice appears in all copies.
  5. '\" The University of California makes no representations about
  6. '\" the suitability of this material for any purpose.  It is
  7. '\" provided "as is" without express or implied warranty.
  8. '\" 
  9. '\" $Header: /sprite/src/man/files/RCS/maillog.man,v 1.1 89/02/16 10:02:01 ouster Exp $ SPRITE (Berkeley)
  10. '/" 
  11. .so \*(]ltmac.sprite
  12. .HS <maillog> cmds
  13. .BS
  14. .SH NAME
  15. maillog \- repository for sprite-related mail, indexed by subject
  16. .SH DESCRIPTION
  17. This document describes the Sprite log, a repository for
  18. sprite-related mail.  Mail sent to \fBsprite-log\fP will be stored in
  19. a directory in the sprite account, ~sprite/Log.  Each message is
  20. stored in its own 
  21. file.  
  22. .PP
  23. The \fBlog\fP subdirectory of the Sprite log contains the messages
  24. themselves, which are numbered sequentially.   The \fBindex\fP
  25. subdirectory contains information to help users find messages in the
  26. log.  Each time a message is added to the log, its
  27. log entry number, originator, date sent, size, and  subject line are
  28. recorded in a number of files.  Each message is 
  29. entered in \fBchron\fP, which is a chronlogically-ordered listing of
  30. all messages in the log.  In addition, the message is entered in
  31. \fBfrom\fP-\fIuser\fP, where \fIuser\fP is the account that sent the
  32. message.  
  33. .PP
  34. Finally, the message is entered in files with names
  35. corresponding to the keywords associated with the message.
  36. If the message contains a
  37. \fBKeywords:\fP line, the words on that line are taken to be keywords;
  38. otherwise, the non-trivial words in the subject line are used.
  39. Punctuation and case are ignored.  Typical keywords include ``bug'',
  40. ``fix'', and 
  41. the names of kernel modules, libraries, and programs.
  42. .PP
  43. As an example, consider a message sent from douglis to the Sprite log with the
  44. subject ``bug: fs recovery''.  If the next message in the log were
  45. 00143, then the message itself would be stored in
  46. ~sprite/Log/log/00143, and a line like
  47. .sp
  48. .ce
  49. 00143 douglis Mon Sep 14 12:01:14 1987   13 bug: fs recovery
  50. .sp
  51. would be written to the files \fBchron\fP, \fBfrom-douglis\fP,
  52. \fBbug\fP, \fBfs\fP, and \fBrecovery\fP in ~sprite/Log/index.
  53. .PP
  54. Note: the Sprite log is currently stored under Unix.
  55. .SH FILES
  56. .DS
  57. .ta 1c 2c 3c 4c 5c 6c 7c 8c 9c
  58. ~sprite/Log/log        messages in the Sprite log.
  59. ~sprite/Log/index    lists of messages by keyword.
  60. .DE
  61. .SH "SEE ALSO"
  62. Mail, sendmail, MH
  63. .SH KEYWORDS
  64. Sprite, log, index, keyword, bug, mail
  65.